centerbox: Add some missing return value annotations
authorTimm Bäder <mail@baedert.org>
Wed, 5 Jul 2017 11:09:32 +0000 (13:09 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:15 +0000 (21:27 -0400)
gtk/gtkcenterbox.c

index 4a65b9d96aa33fb6fd5dd6888f9695235c208eee..ee2fa3592e9c1c0265ac2d7fda18964fc8d3da32 100644 (file)
@@ -799,7 +799,7 @@ gtk_center_box_set_end_widget (GtkCenterBox *self,
  *
  * Gets the start widget.
  *
- * Returns: the start widget.
+ * Returns: (transfer none): the start widget.
  *
  * Since: 3.92
  */
@@ -815,7 +815,7 @@ gtk_center_box_get_start_widget (GtkCenterBox *self)
  *
  * Gets the center widget.
  *
- * Returns: the center widget.
+ * Returns: (transfer none): the center widget.
  *
  * Since: 3.92
  */
@@ -831,7 +831,7 @@ gtk_center_box_get_center_widget (GtkCenterBox *self)
  *
  * Gets the end widget.
  *
- * Returns: the end widget.
+ * Returns: (transfer none): the end widget.
  *
  * Since: 3.92
  */